Carbon


tokenQuestion

Header: Script.h

enum {
    tokenQuestion = 60,
    tokenPi = 61,
    tokenRoot = 62,
    tokenSigma = 63,
    tokenIntegral = 64,
    tokenMicro = 65,
    tokenCapPi = 66,
    tokenInfinity = 67,
    tokenColon = 68,
    tokenHash = 69,
    tokenDollar = 70,
    tokenNoBreakSpace = 71,
    tokenFraction = 72,
    tokenIntlCurrency = 73,
    tokenLeftSingGuillemet = 74,
    tokenRightSingGuillemet = 75,
    tokenPerThousand = 76,
    tokenEllipsis = 77,
    tokenCenterDot = 78,
    tokenNil = 127
};

Constant descriptions

tokenQuestion

Represents a question mark.

tokenPi

Represents a Pi token.

tokenRoot

Represents a square root sign.

tokenSigma

Represents a capital sigma.

tokenIntegral

Represents an integral sign.

tokenMicro

Represents a micro.

tokenCapPi

Represents a capital pi.

tokenInfinity

Represents an infinity sign.

tokenColon

Represents a colon.

tokenHash

Represents a pound sign (U.S. weight).

tokenDollar

Represents a dollar sign.

tokenNoBreakSpace

Represents a nonbreaking space.

tokenFraction

Represents a fraction.

tokenIntlCurrency

Represents an international currency token.

tokenLeftSingGuillemet

Represents an opening single guillemet.

tokenRightSingGuillemet

Represents a closing single guillemet.

tokenPerThousand

Represents a per thousands token.

tokenEllipsis

Represents an ellipsis character.

tokenCenterDot

Represents a center dot.

tokenNil


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)